public void buildEdges() {
super.buildEdges();
addEdgeTo(getProgram().getInstructions().get(myJumpTo));
}
String commandPresentation() {
public void buildEdges() {
super.buildEdges();
addEdgeTo(getProgram().get(myJumpTo));
}
String commandPresentation() {